home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for inc/real/code2/r3filren.h
- // Auto generated file, do not modify by hand
- // Copyrights 2002, Realsoft Graphics Oy
-
- var R3_FILERENDER_H = 1;
- include("oops/r3root.js")
-
-
- var R3CLID_FILERENDER = 244;
-
-
- // ==== Methods ====
-
-
- // Description: Start rendering. Rendering runs on a separate threads
- // and this method returns immediately.
- // Returns: ?, true if rendering succeeded.
-
- R3FLRENM_RENDER = 244000;
-
- function _R3FLRENM_RENDER() {
- return this.r3DoA(R3FLRENM_RENDER);
- }
-
- // Description: Cancel rendering. Note: call returns immediately.
- // Use R3FLRENM_SYNC if you need to make sure renderers
- // are really stopped before you continue.
-
- R3FLRENM_CANCEL = 244001;
-
- function _R3FLRENM_CANCEL() {
- this.r3DoA(R3FLRENM_CANCEL);
- }
-
-
- // ==== Attributes ====
-
-
- // R3FLRENA_PrimLayer ?geometric primitives
- R3FLRENA_PrimLayer = 244500;
- function SetR3FLRENA_PrimLayer(value) {
- this.r3Set(R3FLRENA_PrimLayer, value); // R3OBJ*
- }
-
- function GetR3FLRENA_PrimLayer() {
- var value = 0;
- return this.r3Get(R3FLRENA_PrimLayer, value); // R3OBJ*
- }
-
- // R3FLRENA_MaterialLayer ?materials
- R3FLRENA_MaterialLayer = 244501;
- function SetR3FLRENA_MaterialLayer(value) {
- this.r3Set(R3FLRENA_MaterialLayer, value); // R3OBJ*
- }
-
- function GetR3FLRENA_MaterialLayer() {
- var value = 0;
- return this.r3Get(R3FLRENA_MaterialLayer, value); // R3OBJ*
- }
-
- // R3FLRENA_ImageEffectLaye ?image effects
- R3FLRENA_ImageEffectLaye = 244502;
- function SetR3FLRENA_ImageEffectLaye(value) {
- this.r3Set(R3FLRENA_ImageEffectLaye, value); // R3OBJ*
- }
-
- function GetR3FLRENA_ImageEffectLaye() {
- var value = 0;
- return this.r3Get(R3FLRENA_ImageEffectLaye, value); // R3OBJ*
- }
-
- // R3FLRENA_ParticleEffectL ?particle effects
- R3FLRENA_ParticleEffectL = 244503;
- function SetR3FLRENA_ParticleEffectL(value) {
- this.r3Set(R3FLRENA_ParticleEffectL, value); // R3OBJ*
- }
-
- function GetR3FLRENA_ParticleEffectL() {
- var value = 0;
- return this.r3Get(R3FLRENA_ParticleEffectL, value); // R3OBJ*
- }
-
- // R3FLRENA_OutputLayer ?output objects
- R3FLRENA_OutputLayer = 244504;
- function SetR3FLRENA_OutputLayer(value) {
- this.r3Set(R3FLRENA_OutputLayer, value); // R3OBJ*
- }
-
- function GetR3FLRENA_OutputLayer() {
- var value = 0;
- return this.r3Get(R3FLRENA_OutputLayer, value); // R3OBJ*
- }
-
- // R3FLRENA_Animator ?animator
- R3FLRENA_Animator = 244505;
- function SetR3FLRENA_Animator(value) {
- this.r3Set(R3FLRENA_Animator, value); // R3OBJ*
- }
-
- function GetR3FLRENA_Animator() {
- var value = 0;
- return this.r3Get(R3FLRENA_Animator, value); // R3OBJ*
- }
-
- // R3FLRENA_RSpec ?rendering settings
- R3FLRENA_RSpec = 244506;
- function SetR3FLRENA_RSpec(value) {
- this.r3Set(R3FLRENA_RSpec, value); // R3OBJ*
- }
-
- function GetR3FLRENA_RSpec() {
- var value = 0;
- return this.r3Get(R3FLRENA_RSpec, value); // R3OBJ*
- }
-
- // R3FLRENA_Output ?output object
- R3FLRENA_Output = 244507;
- function SetR3FLRENA_Output(value) {
- this.r3Set(R3FLRENA_Output, value); // R3OBJ*
- }
-
- function GetR3FLRENA_Output() {
- var value = 0;
- return this.r3Get(R3FLRENA_Output, value); // R3OBJ*
- }
-
- // R3FLRENA_BoxRelX ?0..1, relative box coordinates for box ray tracing
- R3FLRENA_BoxRelX = 244528;
- function SetR3FLRENA_BoxRelX(value) {
- this.r3Set(R3FLRENA_BoxRelX, value); // R3FLOAT
- }
-
- function GetR3FLRENA_BoxRelX() {
- var value = 0.0;
- return this.r3Get(R3FLRENA_BoxRelX, value); // R3FLOAT
- }
-
- // R3FLRENA_BoxRelY ?ïE≡_dú
- R3FLRENA_BoxRelY = 244529;
- function SetR3FLRENA_BoxRelY(value) {
- this.r3Set(R3FLRENA_BoxRelY, value); // R3FLOAT
- }
-
- function GetR3FLRENA_BoxRelY() {
- var value = 0.0;
- return this.r3Get(R3FLRENA_BoxRelY, value); // R3FLOAT
- }
-
- // R3FLRENA_BoxRelW ?ïE≡_dú
- R3FLRENA_BoxRelW = 244530;
- function SetR3FLRENA_BoxRelW(value) {
- this.r3Set(R3FLRENA_BoxRelW, value); // R3FLOAT
- }
-
- function GetR3FLRENA_BoxRelW() {
- var value = 0.0;
- return this.r3Get(R3FLRENA_BoxRelW, value); // R3FLOAT
- }
-
- // R3FLRENA_BoxRelH ?ïE≡_dú
- R3FLRENA_BoxRelH = 244531;
- function SetR3FLRENA_BoxRelH(value) {
- this.r3Set(R3FLRENA_BoxRelH, value); // R3FLOAT
- }
-
- function GetR3FLRENA_BoxRelH() {
- var value = 0.0;
- return this.r3Get(R3FLRENA_BoxRelH, value); // R3FLOAT
- }
-
- // R3FLRENA_RenderBoxActive integerR3BOOL
- R3FLRENA_RenderBoxActive = 244532;
- function SetR3FLRENA_RenderBoxActive(value) {
- this.r3Set(R3FLRENA_RenderBoxActive, value); // int
- }
-
- function GetR3FLRENA_RenderBoxActive() {
- var value = 0;
- return this.r3Get(R3FLRENA_RenderBoxActive, value); // int
- }
-
- // R3FLRENA_Resume booleanreuse existing boxes
- R3FLRENA_Resume = 244533;
- function SetR3FLRENA_Resume(value) {
- this.r3Set(R3FLRENA_Resume, value); // R3BOOL
- }
-
- function GetR3FLRENA_Resume() {
- var value = 0;
- return this.r3Get(R3FLRENA_Resume, value); // R3BOOL
- }
-
- // R3FLRENCA_RenderPort integerclass attribute. TCP port for distrib. rendering
- R3FLRENCA_RenderPort = 244534;
- function SetR3FLRENCA_RenderPort(value) {
- this.r3Set(R3FLRENCA_RenderPort, value); // R3INT
- }
-
- function GetR3FLRENCA_RenderPort() {
- var value = 0;
- return this.r3Get(R3FLRENCA_RenderPort, value); // R3INT
- }
-
- // R3FLRENA_IgnoreMissingTe booleanif true rendering is performed even if textures are not found
- R3FLRENA_IgnoreMissingTe = 244535;
- function SetR3FLRENA_IgnoreMissingTe(value) {
- this.r3Set(R3FLRENA_IgnoreMissingTe, value); // R3BOOL
- }
-
- function GetR3FLRENA_IgnoreMissingTe() {
- var value = 0;
- return this.r3Get(R3FLRENA_IgnoreMissingTe, value); // R3BOOL
- }
-
- R3FLRENCA_MaxWidth = 244536;
- function SetR3FLRENCA_MaxWidth(value) {
- this.r3Set(R3FLRENCA_MaxWidth, value); // R3INT
- }
-
- function GetR3FLRENCA_MaxWidth() {
- var value = 0;
- return this.r3Get(R3FLRENCA_MaxWidth, value); // R3INT
- }
-
- R3FLRENCA_MaxHeight = 244537;
- function SetR3FLRENCA_MaxHeight(value) {
- this.r3Set(R3FLRENCA_MaxHeight, value); // R3INT
- }
-
- function GetR3FLRENCA_MaxHeight() {
- var value = 0;
- return this.r3Get(R3FLRENCA_MaxHeight, value); // R3INT
- }
-
- // R3FLRENA_ImageEffectName ?effect applied to full images (not render boxes)
- R3FLRENA_ImageEffectName = 244538;
- function SetR3FLRENA_ImageEffectName(value) {
- this.r3Set(R3FLRENA_ImageEffectName, value); // char*
- }
-
- function GetR3FLRENA_ImageEffectName() {
- var value = "";
- return this.r3Get(R3FLRENA_ImageEffectName, value); // char*
- }
-
- // R3FLRENA_FieldEffectName ?post effect for fields
- R3FLRENA_FieldEffectName = 244539;
- function SetR3FLRENA_FieldEffectName(value) {
- this.r3Set(R3FLRENA_FieldEffectName, value); // char*
- }
-
- function GetR3FLRENA_FieldEffectName() {
- var value = "";
- return this.r3Get(R3FLRENA_FieldEffectName, value); // char*
- }
-
-
-
- function r3Filerender () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_FILERENDER, arguments);
- }
- // Methods
- this.RENDER=_R3FLRENM_RENDER;
- this.CANCEL=_R3FLRENM_CANCEL;
-
- // Attributes
- this.GetPrimLayer=GetR3FLRENA_PrimLayer;
- this.SetPrimLayer=SetR3FLRENA_PrimLayer;
- this.GetMaterialLayer=GetR3FLRENA_MaterialLayer;
- this.SetMaterialLayer=SetR3FLRENA_MaterialLayer;
- this.GetImageEffectLaye=GetR3FLRENA_ImageEffectLaye;
- this.SetImageEffectLaye=SetR3FLRENA_ImageEffectLaye;
- this.GetParticleEffectL=GetR3FLRENA_ParticleEffectL;
- this.SetParticleEffectL=SetR3FLRENA_ParticleEffectL;
- this.GetOutputLayer=GetR3FLRENA_OutputLayer;
- this.SetOutputLayer=SetR3FLRENA_OutputLayer;
- this.GetAnimator=GetR3FLRENA_Animator;
- this.SetAnimator=SetR3FLRENA_Animator;
- this.GetRSpec=GetR3FLRENA_RSpec;
- this.SetRSpec=SetR3FLRENA_RSpec;
- this.GetOutput=GetR3FLRENA_Output;
- this.SetOutput=SetR3FLRENA_Output;
- this.GetBoxRelX=GetR3FLRENA_BoxRelX;
- this.SetBoxRelX=SetR3FLRENA_BoxRelX;
- this.GetBoxRelY=GetR3FLRENA_BoxRelY;
- this.SetBoxRelY=SetR3FLRENA_BoxRelY;
- this.GetBoxRelW=GetR3FLRENA_BoxRelW;
- this.SetBoxRelW=SetR3FLRENA_BoxRelW;
- this.GetBoxRelH=GetR3FLRENA_BoxRelH;
- this.SetBoxRelH=SetR3FLRENA_BoxRelH;
- this.GetRenderBoxActive=GetR3FLRENA_RenderBoxActive;
- this.SetRenderBoxActive=SetR3FLRENA_RenderBoxActive;
- this.GetResume=GetR3FLRENA_Resume;
- this.SetResume=SetR3FLRENA_Resume;
- this.GetRenderPort=GetR3FLRENCA_RenderPort;
- this.SetRenderPort=SetR3FLRENCA_RenderPort;
- this.GetIgnoreMissingTe=GetR3FLRENA_IgnoreMissingTe;
- this.SetIgnoreMissingTe=SetR3FLRENA_IgnoreMissingTe;
- this.GetMaxWidth=GetR3FLRENCA_MaxWidth;
- this.SetMaxWidth=SetR3FLRENCA_MaxWidth;
- this.GetMaxHeight=GetR3FLRENCA_MaxHeight;
- this.SetMaxHeight=SetR3FLRENCA_MaxHeight;
- this.GetImageEffectName=GetR3FLRENA_ImageEffectName;
- this.SetImageEffectName=SetR3FLRENA_ImageEffectName;
- this.GetFieldEffectName=GetR3FLRENA_FieldEffectName;
- this.SetFieldEffectName=SetR3FLRENA_FieldEffectName;
- }
-
- r3Filerender.prototype=new r3Root;
- // inc/real/code2/r3filren.h_H